projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
505b9b0
)
Ignore rustc-macro tests for now
author
Alex Crichton
<alex@alexcrichton.com>
Thu, 6 Oct 2016 16:46:32 +0000
(09:46 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Thu, 6 Oct 2016 16:46:32 +0000
(09:46 -0700)
We need to ignore them to land rust-lang/rust#36945 and after that we'll shortly
re-enable them.
tests/rustc-macro.rs
patch
|
blob
|
history
diff --git
a/tests/rustc-macro.rs
b/tests/rustc-macro.rs
index f3d618b1228e62922581d053abbf62e9a26b9a04..f9ea79d2a17b7ee7aa61a2047bd4123066d1b5ba 100644
(file)
--- a/
tests/rustc-macro.rs
+++ b/
tests/rustc-macro.rs
@@
-6,6
+6,7
@@
use cargotest::support::{project, execs};
use hamcrest::assert_that;
#[test]
+#[ignore]
fn noop() {
if !is_nightly() {
return;
@@
-62,6
+63,7
@@
fn noop() {
}
#[test]
+#[ignore]
fn impl_and_derive() {
if !is_nightly() {
return;
@@
-146,6
+148,7
@@
fn impl_and_derive() {
}
#[test]
+#[ignore]
fn plugin_and_rustc_macro() {
if !is_nightly() {
return;